-
Notifications
You must be signed in to change notification settings - Fork 7.6k
fix(uart): sleep retention #10248
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(uart): sleep retention #10248
Conversation
sets new flag from IDF 5.3 that causes error with Serial.begin(115200).
👋 Hello SuGlider, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
Test Results 56 files ± 0 56 suites ±0 4m 46s ⏱️ - 37m 59s Results for commit dcdda0c. ± Comparison against base commit 0a8888d. This pull request removes 3 and adds 1 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Memory usage test (comparing PR against master branch)The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.
Click to expand the detailed deltas report [usage change in BYTES]
|
Description of Change
IDF 5.3 introduces a new feature
SOC_UART_SUPPORT_SLEEP_RETENTION
that adds a new field touart_config_t
calledflags.backup_before_sleep
.When this field is not set, it causes an error when
HardwareSerial::begin()
is executed.Tests scenarios
Tested with ESP32, ESP32-S3, ESP32-C6.
Related links
None
(eg. Closes #number of issue)